home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Telstar Electronic Studios (UK) (Press Kit)
/
Telstar Electronic Studios (UK) (Press Kit).bin
/
pc
/
tes_ects
/
002.dir
/
00198.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-01-01
|
349 b
|
19 lines
on exitFrame
global anfintime, notanim, oldx, oldy
if the timer > (180 + anfintime) then
puppetSound(0)
go("main.2")
set notanim to 1
startTimer()
end if
if (the mouseH = oldx) and (the mouseV = oldy) then
else
set notanim to 1
startTimer()
puppetSound(0)
go("main.2")
end if
go(the frame)
pass()
end